Vcenter NamespaceManagement SupervisorServices Info

Vcenter NamespaceManagement SupervisorServices Info
Vcenter NamespaceManagement SupervisorServices Info

The Vcenter NamespaceManagement SupervisorServices Info schema contains detailed information about a Supervisor Service.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "display_name": "string",
    "state": "string",
    "description": "string",
    "has_default_versions_registered": false,
    "must_be_installed": false
}
string
display_name
Required

The human readable name of the Supervisor Service.

This property was added in vSphere API 7.0.3.0.

string
state
Required

The current Vcenter NamespaceManagement SupervisorServices State of the Supervisor Service.

For more information see: Vcenter NamespaceManagement SupervisorServices State.

This property was added in vSphere API 7.0.3.0.

string
description
Optional

A human readable description of the Supervisor Service.

This property was added in vSphere API 7.0.3.0.

If missing or null, no description is available for the Supervisor Service.

boolean
has_default_versions_registered
Optional

If true, this Supervisor Service has at least one version registered by default on vCenter, and those default versions cannot be deleted. If false, this service does not have any default registered versions.

This property was added in vSphere API 8.0.3.0.

This property is optional because it was added in a newer version than its parent node.

boolean
must_be_installed
Optional

If true, this Supervisor Service will be installed by default on each Supervisor, though the version may differ on different Supervisors. Users can upgrade this version later, but cannot uninstall the service. If false, this service will not be installed by default on Supervisors.

This property was added in vSphere API 8.0.3.0.

This property is optional because it was added in a newer version than its parent node.